GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-07T18:03:11.7451538+00:00",
"SubmitDate": "2026-01-07T18:03:11.7451538+00:00",
"ReportPeriodStart": "2026-01-07T18:03:11.7451538+00:00",
"ReportPeriodEnd": "2026-01-07T18:03:11.7451538+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a8c43dd4-a3c7-4e4c-ae2f-cb7cbd07c8ff",
"Rows": [
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a8c43dd4-a3c7-4e4c-ae2f-cb7cbd07c8ff",
"Rows": [
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba9545c5-b14b-43fe-abcf-051c6a5e5bb9",
"50059ff8-0bcc-4ce9-9c1e-df60459bbadd"
],
"Approvers": [
"41292d67-f1cb-416f-8616-0e6f44b3720e",
"d8e952f2-fbd5-472a-8c82-74036af20ffb"
],
"ApprovedBy": "f58be14a-ecc2-4d89-9f7f-fccf7e57de3e",
"ApprovalDate": "2026-01-07T18:03:11.7451538+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0ca5930d-478a-4ed1-85f6-97615423b8a1",
"id": "5fdf780c-6ce7-4a57-bcdc-e2b740b0814a",
"ConfigId": "bcf7ddf0-d386-4146-a597-e08c19d173d3"
},
{
"GenerationDate": "2026-01-07T18:03:11.7451538+00:00",
"SubmitDate": "2026-01-07T18:03:11.7451538+00:00",
"ReportPeriodStart": "2026-01-07T18:03:11.7451538+00:00",
"ReportPeriodEnd": "2026-01-07T18:03:11.7451538+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a8c43dd4-a3c7-4e4c-ae2f-cb7cbd07c8ff",
"Rows": [
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a8c43dd4-a3c7-4e4c-ae2f-cb7cbd07c8ff",
"Rows": [
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c71da16-06b3-488d-aed6-ec8ecc98df98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba9545c5-b14b-43fe-abcf-051c6a5e5bb9",
"50059ff8-0bcc-4ce9-9c1e-df60459bbadd"
],
"Approvers": [
"41292d67-f1cb-416f-8616-0e6f44b3720e",
"d8e952f2-fbd5-472a-8c82-74036af20ffb"
],
"ApprovedBy": "f58be14a-ecc2-4d89-9f7f-fccf7e57de3e",
"ApprovalDate": "2026-01-07T18:03:11.7451538+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0ca5930d-478a-4ed1-85f6-97615423b8a1",
"id": "5fdf780c-6ce7-4a57-bcdc-e2b740b0814a",
"ConfigId": "bcf7ddf0-d386-4146-a597-e08c19d173d3"
}
]